home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / cor4demo.arj / INSTALL.INF < prev    next >
Text File  |  1991-08-20  |  4KB  |  113 lines

  1. ;----- Installation information file for CorelDRAW demo.
  2. ;----- On 5 1/4 inch and 3 1/2 disk format
  3. ;
  4. ;----- default directory is c:\DRAWDEMO
  5. ;
  6. ;----- modified January 04, 1991 by S.R.
  7. ;
  8. [QUESTIONS]:WELCOMESCREEN
  9. ;----- INSTALL's welcome screen
  10. "\n\n
  11. "  ┌─────────────────────────────────────────────────────────────┐\n
  12. "  │                  CorelDRAW demo installation                │\n
  13. "  └─────────────────────────────────────────────────────────────┘\n\n
  14. "\n
  15. " This installation installs the CorelDRAW demo on your hard disk\n\n
  16. " INSTALL gives you step-by-step instructions\n\n
  17. " When you're  ┌────────────────────────────────────────┐\n
  18. " ready:       │  To                             Press  │\n
  19. "              ├────────────────────────────────────────┤\n
  20. "              │  Continue                       <ENTER>│\n
  21. "              │  Quit                              Q   │\n
  22. "              └────────────────────────────────────────┘\n\n
  23. ? Y
  24. Q: GOTO QUITCOMMAND
  25. [QUESTIONS]:GETWINDOWSDIR
  26. ;----- Get directory in which windows is installed (default: c:\DRAWDEMO)
  27. "\n INSTALL needs to know which directory to put\n
  28. " the CorelDRAW demo in.\n\n\n
  29. " To accept [C:\\DRAWDEMO] as the directory:\n
  30. " \t- Press the [ENTER] key\n\n
  31. " To specify a different directory:\n
  32. " \t- type the new directory name( for example: C:\\PATH )\n
  33. " \t- Press the [ENTER] key\n\n
  34. %a: " Install the CorelDRAW demo in? [C:\\DRAWDEMO]: 
  35. C:\\DRAWDEMO
  36.  
  37. [CONFIRM]:UPDATESPACE
  38. ; ---- Make sure the desired CorelDRAW demo directory is valid
  39. ; ---- Also make sure anough space is available
  40. @&a 1900000
  41. Y: GOTO GETSOURCEDRIVE
  42. "\n\n\n\n
  43. " \t┌─────────────────────────────────────────────────────────────┐\n
  44. " \t│ Your hard disk doesn't contain enough free space to install │\n
  45. " \t│ the CorelDRAW demo. You need at least 1.9 megabytes of free │\n
  46. " \t│ space to install the demo.                                  │\n
  47. " \t└─────────────────────────────────────────────────────────────┘\n\n
  48. N: GOTO QUITCOMMAND
  49.  
  50. [QUESTIONS]:GETSOURCEDRIVE
  51. ; ----- Gets the drive from which files are to be copied(default is a:)
  52. %c: "\n Enter source drive of installation ? [A]: 
  53. A:
  54.  
  55. ;                         Start of disk #1
  56.  
  57. [CONFIRM]:INSERTPROGRAMDISK
  58. ; ----- Validate the installation source drive
  59. ; ----- The source drive should contain the program disk
  60. ; ------(install is run from that disk): Look for CDEM.LZH
  61. &c\\DEMO.LZH
  62. Y: GOTO COPYPROGRAMS
  63. " \n\n\n\n\n\n
  64. " \t┌───────────────────────────────────────────────────────┐\n
  65. " \t│            Insert the CorelDRAW demo disk             │\n
  66. " \t│                      Disk 1 of 1                      │\n
  67. " \t└───────────────────────────────────────────────────────┘\n
  68. " \n\n\t\t\tPress [ENTER]...
  69. ? N
  70. N: GOTO INSERTPROGRAMDISK
  71.  
  72. [DOS]:COPYPROGRAMS
  73. ; ----- Copy CorelDRAW demo files from the floppy disk to the desired 
  74. ; ----- CorelDRAW demo directory
  75. ONERROR: GOTO DOS_ERROR
  76. md &a
  77. cls
  78. "\n INSTALL is copying the demo files to &a ...\n\n
  79. &c\\lharc x /m &c\\DEMO &a\\
  80.  
  81. [CONFIRM]:CHECKPROGRAMS
  82. ; ---- make sure the last copy has worked
  83. &a\\demo.exe
  84. N: GOTO DOS_ERROR
  85.  
  86. [CONFIRM]:ENDOFINSTALL
  87. ; ---- goto end of install message 
  88. Y: GOTO ENDMESSAGE
  89.  
  90. [FATALERROR]:DOS_ERROR
  91. "\n \tA DOS ERROR OCCURED.  INSTALL IS ABORTED \n\n
  92.  
  93. [FATALERROR]:QUITCOMMAND
  94. " \n\n\n
  95. "  ╔═══════════════════════════════════════════════════════════════════╗\n
  96. "  ║                               NOTE:                               ║\n
  97. "  ║                        the CorelDRAW demo                         ║\n
  98. "  ║                      has NOT been installed!                      ║\n
  99. "  ╚═══════════════════════════════════════════════════════════════════╝\n
  100.  
  101. [FATALERROR]:ENDMESSAGE
  102. " \n\n\n
  103. "  ┌───────────────────────────────────────────────────────────────────┐\n
  104. "  │                     The CorelDRAW demo                            │\n
  105. "  │                 installation is now complete!                     │\n
  106. "  └───────────────────────────────────────────────────────────────────┘\n
  107. ""\n\n\n
  108. "           To run the demo, change to the &a directory\n
  109. "           and type DEMO.\n
  110. ""\n\n\n
  111.  
  112.  
  113.